blob: eff321720579259534b68b6fe6edb0058d2be1bd [file] [log] [blame]
{
"name": "MKFoundationKit",
"version": "1.0.2",
"summary": "Collection of categories for NSFoundation classes to accelerate development.",
"homepage": "https://github.com/michalkonturek/MKFoundationKit",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/michalkonturek/MKFoundationKit.git",
"tag": "1.0.2"
},
"source_files": "MKFoundationKit/Source/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "AutoDescribe",
"source_files": "MKFoundationKit/Source/**/*AutoDescribe.{h,m}"
},
{
"name": "Base64",
"source_files": "MKFoundationKit/Source/**/*Base64.{h,m}"
},
{
"name": "Block",
"source_files": "MKFoundationKit/Source/**/*Block.{h,m}"
},
{
"name": "Queue",
"source_files": "MKFoundationKit/Source/**/*Queue.{h,m}"
},
{
"name": "Stack",
"source_files": "MKFoundationKit/Source/**/*Stack.{h,m}"
},
{
"name": "NSArray",
"source_files": "MKFoundationKit/Source/NSArray/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "MKFoundationKit/Source/NSDate/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "MKFoundationKit/Source/NSDictionary/*.{h,m}"
},
{
"name": "NSNumber",
"source_files": "MKFoundationKit/Source/NSNumber/*.{h,m}"
},
{
"name": "NSSet",
"dependencies": {
"MKFoundationKit/Block": [
]
},
"source_files": "MKFoundationKit/Source/NSSet/*.{h,m}"
},
{
"name": "NSString",
"dependencies": {
"MKFoundationKit/Base64": [
]
},
"source_files": "MKFoundationKit/Source/NSString/*.{h,m}"
}
]
}