[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / b / 5 / GrowthPush / 1.0.6 / GrowthPush.podspec.json
blob7af4e9b5a0f18390b1a209a2b3e99db48cedfcd4
2   "name": "GrowthPush",
3   "version": "1.0.6",
4   "summary": "GrowthPush SDK for iPhone/iPad",
5   "description": "                     GrowthPush is push notification and analysis platform for smart devices.\n                     https://growthpush.com/\n",
6   "homepage": "https://github.com/SIROK/growthpush-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SIROK, Inc.": "email@address.com"
13   },
14   "source": {
15     "git": "https://github.com/SIROK/growthpush-ios.git",
16     "tag": "1.0.6"
17   },
18   "source_files": "GrowthPush/*.{h,m}",
19   "preserve_paths": [
20     "README.*",
21     "THIRD_PARTY_ LICENSES"
22   ],
23   "platforms": {
24     "ios": "5.0"
25   },
26   "requires_arc": false,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 1.3.2"
30     ]
31   },
32   "prefix_header_contents": "        #ifdef __OBJC__\n            #import <SystemConfiguration/SystemConfiguration.h>\n            #import <MobileCoreServices/MobileCoreServices.h>\n        #endif\n"