mirror of
https://github.com/averello/AutomaticModelKit.git
synced 2026-03-03 18:28:10 +01:00
23 lines
608 B
JSON
23 lines
608 B
JSON
{
|
|
"name": "AutomaticModelKit",
|
|
"version": "1.0",
|
|
"summary": "A reusable strong typed data source for UITableView and UICollectionView.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/averello/AutomaticModelKit",
|
|
"license": {
|
|
"type": "Apache 2.0",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Georges Boumis": "developer.george.boumis@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/averello/AutomaticModelKit.git",
|
|
"tag": "1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source_files": "AutomaticModelKit/Classes/**/*"
|
|
}
|