blob: 5b537778319ca4e4ce76ac9c5153fee8322fccea [file] [log] [blame]
{
"name": "TestCocoapods_jl",
"version": "1.0.0",
"summary": "A short",
"description": "一个测试打包的cocoapods项目",
"homepage": "https://github.com/Broccolis/TestCocoapods",
"license": "MIT",
"authors": {
"Broccolis": "ios_jiang@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Broccolis/TestCocoapods.git",
"tag": "1.0.0"
},
"source_files": [
"ViewController.h",
"ViewController.m"
],
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
]
}