blob: 3a5a513f3b8ed2c1f8986a001462d45d9d9fbc92 [file] [log] [blame]
{
"name": "FastlanePodspecDemo",
"version": "0.1.1",
"summary": "A short description of FastlanePodspecDemo.",
"description": "A short description of FastlanePodspecDemo.",
"homepage": "https://github.com/Yuzeyang/fastlane_podspec/wiki",
"license": "MIT",
"authors": {
"Gong Cheng": "ios.yuzeyang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Yuzeyang/fastlane_podspec.git",
"tag": "0.1.1"
},
"source_files": "FastlanePodspecDemo/FastlanePodspecDemo/*.{h,m}",
"resources": "FastlanePodspecDemo/FastlanePodspecDemo/*.{plist,storyboard}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}