[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 4 / JFThirdPartySet / 0.1.0 / JFThirdPartySet.podspec.json
blobc62ba11d0e06d0a75eb7ed58f783d11909311efa
2   "name": "JFThirdPartySet",
3   "version": "0.1.0",
4   "summary": "A set of thrid party code wrote in Objective-C.",
5   "description": "A set of thrid party code wrote in Objective-C.",
6   "homepage": "https://github.com/jumpingfrog0/JFThirdPartySet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jumpingfrog0": "jumpingfrog0@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jumpingfrog0/JFThirdPartySet.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "exclude_files": [
22     "Source/Classes/GTM/non-arc/*.{h,m}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "subspecs": [
29     {
30       "name": "no-arc",
31       "xcconfig": {
32         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/JFThirdPartySet"
33       },
34       "requires_arc": false,
35       "source_files": [
36         "Source/Classes/GTM/non-arc/*.{h,m}"
37       ],
38       "dependencies": {
39         "JFThirdPartySet/GTM": [
41         ]
42       }
43     },
44     {
45       "name": "GTM",
46       "source_files": "Source/Classes/GTM/*.{h,m}"
47     },
48     {
49       "name": "Reachability",
50       "source_files": "Source/Classes/Reachability/*"
51     }
52   ]