[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 1 / FTFoundation / 1.3.1 / FTFoundation.podspec.json
blob7da3709724c48b5e2e728caccdd081d85472de59
2   "name": "FTFoundation",
3   "version": "1.3.1",
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": "v1.3.1"
11   },
12   "platforms": {
13     "ios": "5.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   ]