blob: 88cdc0c94be733cada6979d0ce63650216611b20 [file] [log] [blame]
{
"name": "MyTestCocoaPods",
"version": "0.0.1",
"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": null
},
"source": {
"git": "https://github.com/sugerGDev/myTestCocoaPods.git",
"tag": "0.0.1"
},
"source_files": [
"MyObject",
"MyTestCocoaPods/MyObject/**/*.{h,m}"
],
"public_header_files": [
"MyTestCocoaPods/MyCocoaPodsHeader.h",
"MyTestCocoaPods/MyObject/**/*.h"
],
"requires_arc": true
}