blob: fee326a4ff60c42970a23d1ec58f74864308d871 [file] [log] [blame]
{
"name": "FTFoundation",
"version": "2.0.0",
"summary": "Feedtailor's extension to Foundation framework.",
"homepage": "https://github.com/feedtailor/FTFoundation",
"license": "BSD",
"authors": "feedtailor Inc.",
"source": {
"git": "https://github.com/feedtailor/FTFoundation.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "FTFoundation",
"exclude_files": "FTFoundation/FTCFAutorelease.{h,m}",
"frameworks": [
"MobileCoreServices",
"Security",
"CoreData",
"SystemConfiguration",
"CoreFoundation"
],
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "FTCFAutorelease",
"requires_arc": false,
"source_files": "FTFoundation/FTCFAutorelease.{h,m}"
}
]
}