blob: 8dc91a2b6c90462c0ea3fd6c450358f4e16862d6 [file] [log] [blame]
{
"name": "AGDemo",
"version": "0.0.1",
"summary": "all kinds of categories for iOS develop",
"description": "this project provide all kinds of categories for iOS developer",
"homepage": "https://github.com/yaodonghai/AGDemo",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"yaodonghai": "1032891512@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yaodonghai/AGDemo.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"AGDemo/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"AGDemo/Classes/AGUIKit/AGUIKit.h”,”AGDemo/Classes/AGFoundation/AGFoundation.h",
"AGDemo/Classes/**/*.h"
],
"frameworks": [
"Foundation",
"UIKit"
]
}