[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 4 / 1 / FTFoundation / 2.2.0 / FTFoundation.podspec.json
blob020a96d69639f12034f6d0d2ee84a325bf6cc2e6
2   "name": "FTFoundation",
3   "version": "2.2.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.2.0"
11   },
12   "platforms": {
13     "ios": "6.0",
14     "osx": "10.8"
15   },
16   "source_files": "FTFoundation",
17   "exclude_files": "FTFoundation/FTCFAutorelease.{h,m}",
18   "ios": {
19     "frameworks": [
20       "MobileCoreServices",
21       "Security",
22       "CoreData",
23       "SystemConfiguration",
24       "CoreFoundation"
25     ]
26   },
27   "osx": {
28     "frameworks": [
29       "Security",
30       "CoreData",
31       "SystemConfiguration",
32       "CoreFoundation"
33     ]
34   },
35   "libraries": "z",
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "FTCFAutorelease",
40       "requires_arc": false,
41       "source_files": "FTFoundation/FTCFAutorelease.{h,m}"
42     }
43   ]