blob: fa925dc9e001afc98ba182f1df8f3aea20734858 [file] [log] [blame]
{
"name": "MyTestCocoaPods",
"version": "0.0.6",
"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.6"
},
"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": [
]
}
}