blob: 5dfd0454c133bf7a53b0324f9b7cd7e76dd1d0b5 [file] [log] [blame]
{
"name": "AppForSaleFramework",
"version": "1.0.10",
"summary": "Example of creating own pod.",
"homepage": "https://github.com/pomozoff/MyCustomPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Username": "username@mail.domain"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://bitbucket.org/xsfera/appforsaleframework.git",
"tag": "1.0.10"
},
"frameworks": "Foundation",
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"deprecated": true
}