[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / f / PIXNET-iOS-SDK / 1.9.4 / PIXNET-iOS-SDK.podspec.json
blobb4362fdb174588598a8509bdf4525b68fa08590b
2   "name": "PIXNET-iOS-SDK",
3   "version": "1.9.4",
4   "license": {
5     "type": "BSD"
6   },
7   "homepage": "https://github.com/pixnet/pixnet-ios-sdk",
8   "authors": {
9     "PIXNET": "sdk@pixnet.tw"
10   },
11   "summary": "Integrate with PIXNET services.",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/pixnet/pixnet-ios-sdk.git",
17     "tag": "1.9.4"
18   },
19   "source_files": [
20     "PIXNET-iOS-SDK/Classes/*.{h,m}",
21     "PIXNET-iOS-SDK/Classes/LROAuth2Client/*.{h,m}"
22   ],
23   "frameworks": "CoreLocation",
24   "requires_arc": true,
25   "dependencies": {
26     "cocoa-oauth": [
27       "~> 0.0.1"
28     ],
29     "OMGHTTPURLRQ": [
30       "~> 2.1"
31     ]
32   }