[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / c / e / EmplateSDK / 0.9.1 / EmplateSDK.podspec.json
blobd41a86868163c76334ca77335dc88dcca2dd40b6
2   "name": "EmplateSDK",
3   "version": "0.9.1",
4   "summary": "The Emplate iOS SDK.",
5   "homepage": "http://emplate.it",
6   "authors": {
7     "Emplate ApS": "http://emplate.it"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/Emplate/emplate-ios-sdk.git",
14     "tag": "0.9.1"
15   },
16   "source_files": "EmplateSDK/Headers/*.h",
17   "preserve_paths": "EmplateSDK/libEmplateSDK.a",
18   "vendored_libraries": "EmplateSDK/libEmplateSDK.a",
19   "license": "Other",
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "SystemConfiguration",
25     "MobileCoreServices",
26     "CoreBluetooth",
27     "CoreLocation"
28   ],
29   "dependencies": {
30     "RestKit": [
31       "~>0.26"
32     ],
33     "Reachability": [
34       "~>3.2"
35     ]
36   }