blob: daf696d993c09d07b07fb9b200169da4cf8d1120 [file] [log] [blame]
{
"name": "TestGCD",
"version": "0.0.1",
"summary": "Test for cocoapods",
"homepage": "https://github.com/jiangyazhou/TestGCD",
"license": "MIT",
"authors": {
"jiangyazhou": "jyz198701@sina.com"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics"
],
"source": {
"git": "https://github.com/jiangyazhou/TestGCD.git",
"tag": "0.0.1"
},
"source_files": "TestGCD/**/*.{h,m}",
"requires_arc": false
}