blob: 8e5f2bea3fc76ee8e0039c48a4978f408a7bed7f [file] [log] [blame]
{
"name": "FoundationCategory",
"version": "1.0.1",
"summary": "NextStep Foundation Category.",
"description": "NextStep Foundation Category. Such as NSObject, NSString.",
"homepage": "https://github.com/kidyoungx/FoundationCategory",
"license": "MPL-2.0",
"authors": {
"Kid Young": "kidyoungx@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/kidyoungx/FoundationCategory.git",
"tag": "1.0.1"
},
"source_files": [
"FoundationCategory",
"FoundationCategory/**/*.{h,m}"
],
"exclude_files": "SampleFoundationCategory",
"public_header_files": "FoundationCategory/**/*.h",
"requires_arc": true
}