[Add] AnyThinkAdmobSDKAdapter 6.4.27.1
[CocoaPods.git] / Specs / f / d / e / SwiftyStreethawk / 0.4.1 / SwiftyStreethawk.podspec.json
bloba7c276806089871c3c905c64dcdb0333fc17d3bb
2   "name": "SwiftyStreethawk",
3   "version": "0.4.1",
4   "summary": "Pointzi module.",
5   "description": "This is a prototype repo for streethawk sdk swifty version. Streethawk is an excellent SDK for you to create an experiment.",
6   "homepage": "https://github.com/Xingyuj/SwiftyStreethawk",
7   "screenshots": [
9   ],
10   "license": {
11     "type": "LGPL",
12     "file": "Pointzi/LICENSE.txt"
13   },
14   "authors": {
15     "EthanXingyuJi": "endorathas@gmail.com"
16   },
17   "documentation_url": "https://github.com/StreetHawkSDK/pointzi_ios/blob/master/README.md",
18   "source": {
19     "http": "https://pkg.streethawk.com/artifactory/pointzi-ios/streethawk/pointzi/prepare-releasing/1.4.1-beta/pointzi-1.4.1-beta+5c2fa3f2.zip"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Lite",
26   "subspecs": [
27     {
28       "name": "Lite",
29       "platforms": {
30         "ios": "8.0"
31       },
32       "xcconfig": {
33         "OTHER_LDFLAGS": "$(inherited) -lObjC",
34         "OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
35       },
36       "source_files": "Pointzi/**/*.{h,m}",
37       "public_header_files": "Pointzi/Headers/*.h",
38       "vendored_libraries": "Pointzi/libPointzi.a",
39       "resource_bundles": {
40         "Pointzi": [
41           "Pointzi/Assets/**/*"
42         ]
43       },
44       "frameworks": [
45         "CoreTelephony",
46         "Foundation",
47         "CoreGraphics",
48         "UIKit",
49         "CoreSpotlight"
50       ],
51       "libraries": [
52         "sqlite3",
53         "xml2"
54       ]
55     }
56   ]