[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / a / 2 / FSClassExtensions / 1.5.0 / FSClassExtensions.podspec.json
blob286d81e7d1c6de6d29538189b96c4af1123b2097
2   "name": "FSClassExtensions",
3   "version": "1.5.0",
4   "homepage": "https://github.com/FocalShift/FSClassExtensions",
5   "summary": "FocalShift Objective-C Class Extensions",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bennett Smith": "bennett@focalshift.com"
12   },
13   "source": {
14     "git": "https://github.com/FocalShift/FSClassExtensions.git",
15     "tag": "1.5.0"
16   },
17   "default_subspecs": [
18     "Shared"
19   ],
20   "platforms": {
21     "ios": "6.1"
22   },
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Shared",
27       "source_files": "Classes/ios/Shared/*.{h,m}"
28     },
29     {
30       "name": "SenTesting",
31       "frameworks": "SenTestingKit",
32       "source_files": [
33         "Classes/ios/SenTestingKit/*.{h,m}",
34         "Classes/ios/Testing/*.{h,m}"
35       ]
36     },
37     {
38       "name": "XCTest",
39       "frameworks": "XCTest",
40       "source_files": [
41         "Classes/ios/XCTest/*.{h,m}",
42         "Classes/ios/Testing/*.{h,m}"
43       ]
44     }
45   ]