[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 1 / FTFoundation / 2.0.0 / FTFoundation.podspec.json
blobfee326a4ff60c42970a23d1ec58f74864308d871
2   "name": "FTFoundation",
3   "version": "2.0.0",
4   "summary": "Feedtailor's extension to Foundation framework.",
5   "homepage": "https://github.com/feedtailor/FTFoundation",
6   "license": "BSD",
7   "authors": "feedtailor Inc.",
8   "source": {
9     "git": "https://github.com/feedtailor/FTFoundation.git",
10     "tag": "v2.0.0"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source_files": "FTFoundation",
16   "exclude_files": "FTFoundation/FTCFAutorelease.{h,m}",
17   "frameworks": [
18     "MobileCoreServices",
19     "Security",
20     "CoreData",
21     "SystemConfiguration",
22     "CoreFoundation"
23   ],
24   "libraries": "z",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "FTCFAutorelease",
29       "requires_arc": false,
30       "source_files": "FTFoundation/FTCFAutorelease.{h,m}"
31     }
32   ]