[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 9 / 6 / BaiduMapAPI / 2.8.1 / BaiduMapAPI.podspec.json
blob8f4f4d144df2a581cb617f93f9d02f9f7a83421a
2   "name": "BaiduMapAPI",
3   "version": "2.8.1",
4   "license": {
5     "type": "Copyright",
6     "text": "LICENSE  ©2013 Baidu, Inc. All rights reserved."
7   },
8   "summary": "Baidu Map API For iOS. Official home page : http://developer.baidu.com/map/index.php?title=iossdk",
9   "homepage": "https://github.com/qzs21/BaiduMapAPI",
10   "authors": {
11     "Steven": "qzs21@qq.com"
12   },
13   "source": {
14     "http": "http://wiki.lbsyun.baidu.com/cms/iossdk/doc/v2_8_1/output_ios/map_search_cloud_loc_util_radar/BaiduMap_IOSSDK_v2.8.1_Lib.zip",
15     "sha1": "7abf46aedbe73c9ea8b4046fe83567dfed31f7fb"
16   },
17   "default_subspecs": "Default",
18   "platforms": {
19     "ios": "5.0"
20   },
21   "libraries": [
22     "stdc++",
23     "stdc++.6"
24   ],
25   "requires_arc": true,
26   "compiler_flags": "-ObjC",
27   "frameworks": [
28     "UIKit",
29     "CoreLocation",
30     "QuartzCore",
31     "OpenGLES",
32     "SystemConfiguration",
33     "CoreGraphics",
34     "Security"
35   ],
36   "prepare_command": "if [ ! -d \"Release-universal\" ]; then mkdir Release-universal; fi\nrm -rf Release-universal/*\ncp -rf Release-iphoneos/BaiduMapAPI.framework Release-universal/\nrm -rf Release-Universal/BaiduMapAPI.framework/BaiduMapAPI\nlipo -create Release-iphoneos/BaiduMapAPI.framework/BaiduMapAPI Release-iphonesimulator/BaiduMapAPI.framework/BaiduMapAPI -output Release-Universal/BaiduMapAPI.framework/BaiduMapAPI",
37   "subspecs": [
38     {
39       "name": "Default",
40       "ios": {
41         "dependencies": {
42           "BaiduMapAPI/Universal": [
44           ]
45         }
46       }
47     },
48     {
49       "name": "Universal",
50       "ios": {
51         "vendored_frameworks": "Release-universal/BaiduMapAPI.framework"
52       },
53       "resources": "Release-universal/BaiduMapAPI.framework/Resources/mapapi.bundle",
54       "public_header_files": [
55         "Release-universal/BaiduMapAPI.framework/Headers/*.h"
56       ]
57     },
58     {
59       "name": "iPhoneSimulator",
60       "ios": {
61         "vendored_frameworks": "Release-iphonesimulator/BaiduMapAPI.framework"
62       },
63       "resources": "Release-iphonesimulator/BaiduMapAPI.framework/Resources/mapapi.bundle",
64       "public_header_files": [
65         "Release-iphonesimulator/BaiduMapAPI.framework/Headers/*.h"
66       ]
67     },
68     {
69       "name": "iPhoneOS",
70       "ios": {
71         "vendored_frameworks": "Release-iphoneos/BaiduMapAPI.framework"
72       },
73       "resources": "Release-iphoneos/BaiduMapAPI.framework/Resources/mapapi.bundle",
74       "public_header_files": [
75         "Release-iphoneos/BaiduMapAPI.framework/Headers/*.h"
76       ]
77     }
78   ]