blob: 2feaf6382b0bfb7b22e4656074e2a12b48ef1d8a [file] [log] [blame]
{
"name": "AGDemo",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"AGDemo/Classes/**/*.{h,m}"
],
"exclude_files": [
"Classes/AGFoundation/*.{h,m}",
"Classes/AGUIKit/*.{h,m}"
],
"public_header_files": [
"AGDemo/Classes/AGUIKit/AGUIKit.h",
"AGDemo/Classes/AGFoundation/AGFoundation.h",
"AGDemo/Classes/**/*.h"
],
"frameworks": [
"Foundation",
"UIKit"
]
}