[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / 3 / SFFoundation / 0.0.9 / SFFoundation.podspec.json
blob1626b4cfc4bb9da90ac39c8f090e4d1e0fa66a1f
2   "name": "SFFoundation",
3   "version": "0.0.9",
4   "summary": "A few toolkit",
5   "platforms": {
6     "ios": "5.0",
7     "osx": "10.7"
8   },
9   "license": {
10     "type": "Apache",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Yang Zexin": "yangzexin2011@gmail.com"
15   },
16   "homepage": "https://github.com/yangzexin/SFLibraries",
17   "source": {
18     "git": "https://github.com/yangzexin/SFLibraries.git",
19     "tag": "0.0.9"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "no-arc",
25       "source_files": [
26         "SFFoundation/Vendor/XML-to-NSDictionary/*.{h,m}",
27         "SFFoundation/SFFoundation/SFObjcProperty.{h,m}",
28         "SFFoundation/SFFoundation/SFRuntimeUtils.{h,m}"
29       ],
30       "requires_arc": false
31     },
32     {
33       "name": "arc",
34       "dependencies": {
35         "SFFoundation/no-arc": [
37         ]
38       },
39       "source_files": "SFFoundation/**/*.{h,m}",
40       "exclude_files": [
41         "SFFoundation/Vendor/XML-to-NSDictionary/*.{h,m}",
42         "SFFoundation/SFFoundation/SFObjcProperty.{h,m}",
43         "SFFoundation/SFFoundation/SFRuntimeUtils.{h,m}"
44       ],
45       "requires_arc": true
46     },
47     {
48       "name": "iOSKit",
49       "dependencies": {
50         "SFFoundation/arc": [
52         ]
53       },
54       "frameworks": [
55         "CoreText",
56         "QuartzCore"
57       ],
58       "source_files": "SFiOSKit/**/*.{h,m}",
59       "osx": {
60         "exclude_files": "SFiOSKit/**/*.{h,m}"
61       },
62       "requires_arc": true
63     }
64   ]