blob: 50889210ff3ab1540e256093ec1dbc21d44368c8 [file] [log] [blame]
{
"name": "AnobiKit",
"version": "0.4.0",
"summary": "AnobiKit - collection of various independent classes and categories useful to Objective-C iOS Developer.",
"description": "TODO: Add long description of the pod here.\nDescription should be longer than summary.\nmore longer\nmuch more longer...",
"homepage": "https://github.com/Anobisoft/AnobiKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Pletnev": "anobisoft@gmail.com"
},
"social_media_url": "https://twitter.com/Anobisoft",
"platforms": {
"ios": "8.3"
},
"source": {
"git": "https://github.com/Anobisoft/AnobiKit.git",
"tag": "v0.4.0"
},
"source_files": "AnobiKit/Classes/**/*.{h,m}",
"private_header_files": "AnobiKit/Classes/_Private/*.h",
"resources": "AnobiKit/Resources/*.plist",
"frameworks": "Foundation",
"requires_arc": true
}