[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 4 / Pushwoosh / 2.0.1 / Pushwoosh.podspec.json
blob51921d28177f9c5b8c1210f7dc9f45515b0a071c
2   "name": "Pushwoosh",
3   "version": "2.0.1",
4   "summary": "Push notifications library by Pushwoosh.",
5   "platforms": {
6     "ios": null
7   },
8   "description": "Push notifications iOS library by Pushwoosh - cross platform push notifications service. http://www.pushwoosh.com ",
9   "homepage": "http://www.pushwoosh.com",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Max Konev": "max@pushwoosh.com"
16   },
17   "source": {
18     "git": "https://github.com/Pushwoosh/pushwoosh-ios-sdk.git",
19     "tag": "2.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Security",
27     "CoreLocation"
28   ],
29   "requires_arc": true,
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   }