[Add] MiniPlengi 1.5.8
[CocoaPods.git] / Specs / 4 / a / 2 / FSClassExtensions / 1.1.1 / FSClassExtensions.podspec.json
blobfa311a4c798f3d31f7446bb04ed5edbc20783986
2   "name": "FSClassExtensions",
3   "version": "1.1.1",
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     "Terry Tucker": "terry@focalshift.com"
13   },
14   "source": {
15     "git": "https://github.com/FocalShift/FSClassExtensions.git",
16     "tag": "1.1.1"
17   },
18   "default_subspecs": [
19     "Shared"
20   ],
21   "platforms": {
22     "ios": "6.1"
23   },
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Shared",
28       "source_files": "Classes/ios/Shared/*.{h,m}"
29     },
30     {
31       "name": "SenTesting",
32       "frameworks": "SenTestingKit",
33       "source_files": [
34         "Classes/ios/SenTestingKit/*.{h,m}",
35         "Classes/ios/Testing/*.{h,m}"
36       ]
37     }
38   ]