[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 9 / c / f / PIXNET-iOS-SDK / 1.13.1 / PIXNET-iOS-SDK.podspec.json
blobb2aa765707c5bdd1c69b42f721e09895dc596c80
2   "name": "PIXNET-iOS-SDK",
3   "version": "1.13.1",
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.13.1"
18   },
19   "source_files": [
20     "PIXNET-iOS-SDK/Classes/*.{h,m}",
21     "PIXNET-iOS-SDK/Classes/LROAuth2Client/*.{h,m}"
22   ],
23   "frameworks": "CoreLocation",
24   "resource_bundles": {
25     "PIXNET-iOS-SDK": "PIXNET-iOS-SDK/LocalizableStrings/**"
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "PIX-cocoa-oauth": [
30       "~> 0.0.1"
31     ],
32     "OMGHTTPURLRQ": [
33       "~> 2.1"
34     ]
35   }