blob: 72b40f3a2d546ef0623e1e2d39433b175f23ca2a [file] [log] [blame]
{
"name": "Alister",
"version": "0.1.0",
"summary": "Table Helper",
"description": "Table and Collection Helper",
"homepage": "https://github.com/anodamobi/Alister",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oksana Kovalchuk": "oksana@anoda.mobi"
},
"source": {
"git": "https://github.com/anodamobi/Alister.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/oks_ios",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "ANKeyboardHandler",
"source_files": "Alister/ANKeyboardHandler"
},
{
"name": "ANStorage",
"source_files": [
"Alister/ANStorage/**/*.{h,m}",
"Alister/ANStorage/**/**/*.{h,m}",
"Alister/ANStorage/**/**/**/*.{h,m}"
]
},
{
"name": "ANListController",
"source_files": "Alister/ANListController/**/*.{h,m}",
"dependencies": {
"Alister/ANStorage": [
],
"Alister/ANKeyboardHandler": [
]
}
},
{
"name": "ANPrototypingUIKit",
"source_files": "Alister/ANPrototypingUIKit/**/*.{h,m}",
"dependencies": {
"Alister/ANListController": [
],
"Alister/ANKeyboardHandler": [
]
}
}
]
}