blob: 1dc59b3cae3716abc5ea752e300788d5c315a20b [file] [log] [blame]
{
"name": "OC-Category",
"version": "0.2.5.2",
"summary": "OC语言类目的归类整理.",
"description": "整理了UIKit,CoreData,CoreLocation, MapKit, Founction, QuartCore等框架类目内容,方便开发中的使用.",
"homepage": "https://github.com/mrjlovetian/OC-Category",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"余洪江": "mrjyuhongjianglovetian@gmail.com"
},
"source": {
"git": "https://github.com/mrjlovetian/OC-Category.git",
"tag": "0.2.5.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "OC-Category/Classes/{UIKit,QuartzCore,CoreData,Foundation,MapKit,CoreLocation}.h",
"public_header_files": "OC-Category/Classes/{UIKit,QuartzCore,CoreData,Foundation,MapKit,CoreLocation}.h",
"subspecs": [
{
"name": "CoreData",
"source_files": "OC-Category/Classes/CoreData/**/*",
"public_header_files": "OC-Category/Classes/CoreData/**/*.h"
},
{
"name": "CoreLocation",
"source_files": "OC-Category/Classes/CoreLocation/**/*",
"public_header_files": "OC-Category/Classes/CoreLocation/**/*.h"
},
{
"name": "Foundation",
"source_files": "OC-Category/Classes/Foundation/**/*",
"public_header_files": "OC-Category/Classes/Foundation/**/*.h"
},
{
"name": "MapKit",
"source_files": "OC-Category/Classes/MapKit/**/*",
"public_header_files": "OC-Category/Classes/MapKit/**/*.h"
},
{
"name": "QuartzCore",
"source_files": "OC-Category/Classes/QuartzCore/**/*",
"public_header_files": "OC-Category/Classes/QuartzCore/**/*.h"
},
{
"name": "UIKit",
"source_files": "OC-Category/Classes/UIKit/**/*",
"public_header_files": "OC-Category/Classes/UIKit/**/*.h"
}
]
}