blob: 2d3f3de571a42d189cf597806549be1018c275bd [file] [log] [blame]
{
"name": "AnobiKit",
"version": "0.7.0",
"summary": "AnobiKit - utilities collection useful to Objective-C iOS Developer.",
"description": "AnobiKit - utilities collection useful to Objective-C iOS Developer.\n---",
"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": "0.7.0"
},
"source_files": "AnobiKit/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "AKFoundation",
"source_files": "AKFoundation/**/*.{h,m,mm}",
"public_header_files": "AKFoundation/**/*.h"
},
{
"name": "AKApplication",
"dependencies": {
"AnobiKit/AKFoundation": [
]
},
"source_files": "AKApplication/**/*.{h,m,mm}",
"public_header_files": "AKApplication/*.h"
},
{
"name": "AKCoding",
"dependencies": {
"AnobiKit/AKFoundation": [
]
},
"source_files": "AKCoding/**/*.{h,m,mm}",
"public_header_files": "AKCoding/*.h"
},
{
"name": "AKLocation",
"dependencies": {
"AnobiKit/AKFoundation": [
]
},
"source_files": "AKLocation/**/*.{h,m,mm}",
"public_header_files": "AKLocation/*.h",
"private_header_files": "AKLocation/Private/*.h",
"frameworks": "CoreLocation"
},
{
"name": "AKStrings",
"source_files": "AKStrings/**/*.{h,m,mm}",
"public_header_files": "AKStrings/*.h"
},
{
"name": "AKFormatters",
"source_files": "AKFormatters/**/*.{h,m,mm}",
"public_header_files": "AKFormatters/*.h"
},
{
"name": "AKCoreData",
"source_files": "AKCoreData/**/*.{h,m,mm}",
"public_header_files": "AKCoreData/*.h"
},
{
"name": "AnobiUIKit",
"dependencies": {
"AnobiKit/AKFoundation": [
],
"AnobiKit/AKStrings": [
]
},
"source_files": "AnobiUIKit/**/*.{h,m,mm}",
"public_header_files": "AnobiUIKit/**/*.h"
}
]
}