[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 1 / 2 / Segment-Singular / 1.0.0 / Segment-Singular.podspec.json
blob375f954e1cb2ae68e4fad1e3670fa832c1adb55d
2   "name": "Segment-Singular",
3   "version": "1.0.0",
4   "summary": "Singular integration for Segment",
5   "description": "This is the Singular integration for Segment",
6   "authors": "Singular Labs",
7   "homepage": "https://www.segment.com",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/singular-labs/segment-singular-ios.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "source_files": [
21       "Segment-Singular-iOS/*.{h,m,mm}",
22       "Singular-iOS-SDK/*.{h}"
23     ],
24     "dependencies": {
25       "Analytics": [
26         "~> 3.0"
27       ]
28     },
29     "vendored_libraries": "Singular-iOS-SDK/libSingular.a",
30     "libraries": [
31       "sqlite3",
32       "z"
33     ],
34     "frameworks": "SystemConfiguration",
35     "pod_target_xcconfig": {
36       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Segment-Singular-iOS/Singular-iOS-SDK/**",
37       "OTHER_LDFLAGS": "$(inherited) -l\"Singular\""
38     }
39   }