blob: ea6060239ee2fc7a3b04bedceef51de6bdc609e3 [file] [log] [blame]
{
"name": "PJCategory",
"version": "0.1.2",
"summary": "PJCategory",
"description": "some Category for iOS",
"homepage": "https://github.com/xupeng48/pjcategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xupeng": "13585548248@163.com"
},
"source": {
"git": "https://github.com/xupeng48/pjcategory.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Source/Class/*.h",
"source_files": [
"Source/Class/*.h",
"Source/Class/Foundation/*.{h,m}",
"Source/Class/UIKit/*.{h,m}"
],
"subspecs": [
{
"name": "Foundation",
"source_files": "Source/Class/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": [
"Source/Class/*.h",
"Source/Class/Foundation/*.{h,m}",
"Source/Class/UIKit/*.{h,m}"
]
}
]
}