[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / e / 1 / 6 / Apptimize / 0.1.0 / Apptimize.podspec.json
blob4aede97ae284acdb6187b9770e2e3d03a998335d
2   "name": "Apptimize",
3   "version": "0.1.0",
4   "summary": "AB Testing for iOS.",
5   "description": "Anything you can program, you can test with Apptimize.",
6   "homepage": "http://apptimize.com/",
7   "authors": "Apptimize, Inc.",
8   "license": {
9     "type": "Copyright",
10     "text": "Copyright (c) 2013 Apptimize, Inc."
11   },
12   "source": {
13     "http": "http://tycho.apptimize.com/apptimize.zip",
14     "flatten": true
15   },
16   "platforms": {
17     "ios": "5.1"
18   },
19   "preserve_paths": "apptimize",
20   "source_files": "apptimize/Apptimize.framework/Versions/A/Headers/*.h",
21   "resources": "apptimize/Apptimize.bundle",
22   "header_dir": "Apptimize",
23   "frameworks": [
24     "Apptimize",
25     "CoreData",
26     "Security",
27     "Foundation",
28     "CFNetwork",
29     "UIKit"
30   ],
31   "libraries": [
32     "icucore",
33     "z"
34   ],
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-ObjC",
37     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Apptimize/apptimize\""
38   },
39   "requires_arc": false