blob: 961782d4abe692521499b6e3d70330e4b9c3693a [file] [log] [blame]
{
"name": "MyTestCocoaPods",
"version": "0.0.4",
"summary": "play with cocoaPods",
"description": "I play with cocoaPods where this one project",
"homepage": "https://github.com/sugerGDev/myTestCocoaPods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suger": "gjw_2007@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sugerGDev/myTestCocoaPods.git",
"tag": "0.0.4"
},
"source_files": "MyTestCocoaPods/MyObject/**/*.{h,m}",
"public_header_files": "MyTestCocoaPods/MyObject/**/*.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"Photos",
"QuartzCore"
],
"resources": "MyTestCocoaPods/MyObject/Resources/*.{png,xib,nib,bundle}",
"dependencies": {
"Masonry": [
]
}
}