[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / a / 3 / 9 / JSACollection / 1.6.1 / JSACollection.podspec.json
blob22419a1356f19c753e80c701596fe77a745adb7a
2   "name": "JSACollection",
3   "version": "1.6.1",
4   "summary": "A framework that can parse objects from array, dictionary, & object structures.",
5   "homepage": "https://github.com/NelsonLeDuc/JSACollection",
6   "license": "MIT",
7   "authors": {
8     "Nelson LeDuc": "nelson.leduc@jumpspaceapps.com"
9   },
10   "source": {
11     "git": "https://github.com/NelsonLeDuc/JSACollection.git",
12     "tag": "1.6.1"
13   },
14   "default_subspecs": "Core",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "JSACollection/Classes/**/*.{h,m}",
24       "exclude_files": "JSACollection/Classes/Public/Swift/**"
25     },
26     {
27       "name": "Swift",
28       "platforms": {
29         "ios": "8.0"
30       },
31       "source_files": "JSACollection/Classes/Public/Swift/**",
32       "dependencies": {
33         "JSACollection/Core": [
35         ]
36       }
37     }
38   ]