[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / 8 / 4 / 1 / FTFoundation / 2.1.0 / FTFoundation.podspec.json
blobcde1a1e34f8e82d2dbdf3abc2cc0e06707015060
2   "name": "FTFoundation",
3   "version": "2.1.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.1.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   ]