[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / 0 / AdformTracking / 1.3.0 / AdformTracking.podspec.json
blobd3df56973f9f2c78e01118c9e3f01938a3462ab0
2   "name": "AdformTracking",
3   "version": "1.3.0",
4   "homepage": "https://github.com/adform/adform-tracking-ios-sdk",
5   "summary": "Adform Tracking SDK for iOS.",
6   "description": "When you run mobile campaigns, boost of new app installs are often one of the main goals. We are happy to announce that today we are launching app installs solution for iOS and Android devices. Easy to install SDK will enable campaign app installs tracking and reporting in Adform platform without need to deal with 3rd party SDKs and invest tons of time into that.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Adform",
12   "platforms": {
13     "ios": "7.1"
14   },
15   "source": {
16     "git": "https://github.com/adform/adform-tracking-ios-sdk.git",
17     "tag": "v.1.3.0"
18   },
19   "preserve_paths": "AdformTracking.framework",
20   "public_header_files": "AdformTracking.framework/Versions/A/Headers/*.h",
21   "source_files": "AdformTracking.framework/Versions/A/Headers/*.h",
22   "vendored_frameworks": "AdformTracking.framework",
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AdformTracking/**",
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "frameworks": [
28     "SystemConfiguration",
29     "AdSupport",
30     "CoreData",
31     "CoreTelephony"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "Protobuf": [
36       "~>3.1"
37     ]
38   }