blob: 76c526bff9582a1f487a235d151778fb1da510c8 [file] [log] [blame]
{
"name": "AnobiKit",
"version": "0.0.25",
"summary": "AnobiKit - set 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\nlonger...",
"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": "9.3"
},
"source": {
"git": "https://github.com/Anobisoft/AnobiKit.git",
"tag": "v0.0.25"
},
"source_files": [
"AnobiKit/Classes/*.{h,m}",
"AnobiKit/Classes/**/*.{h,m}"
],
"resources": "AnobiKit/Resources/*.plist",
"frameworks": "Foundation",
"requires_arc": true
}