[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / b / 4 / 0 / LayerVaultAPI / 0.0.2 / LayerVaultAPI.podspec.json
blobb9c707a175ba918788f70ff1ea30701b2468a454
2   "name": "LayerVaultAPI",
3   "version": "0.0.2",
4   "summary": "The LayerVaultAPI pod helps you get going quickly with the LayerVault API.",
5   "description": "                    The LayerVault API pod helps you get going quickly with the \n                    [LayerVault API](https://developers.layervault.com). It requires\n                    ARC and is iOS and OS X compatible.\n",
6   "homepage": "http://github.com/layervault/LayerVaultAPI.objc",
7   "license": "MIT",
8   "authors": {
9     "Matt Thomas": "matt@codecaffeine.com"
10   },
11   "source": {
12     "git": "https://github.com/layervault/LayerVaultAPI.objc.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "ios": {
20     "frameworks": [
21       "MobileCoreServices",
22       "SystemConfiguration",
23       "Security"
24     ],
25     "exclude_files": "Classes/osx"
26   },
27   "osx": {
28     "frameworks": [
29       "CoreServices",
30       "SystemConfiguration",
31       "Security"
32     ],
33     "exclude_files": "Classes/ios"
34   },
35   "requires_arc": true,
36   "source_files": "Classes",
37   "public_header_files": "Classes/**/*.h",
38   "dependencies": {
39     "AFNetworking": [
40       "~> 1.3.3"
41     ],
42     "Mantle": [
43       "~> 1.3"
44     ],
45     "AFOAuth2Client": [
46       "~> 0.1.1"
47     ]
48   }