[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 1 / CaulySDK / 3.0.0.0 / CaulySDK.podspec.json
blob0e105c1b6a3f9ae4dcd0d053b4ba195d7859067f
2   "name": "CaulySDK",
3   "version": "3.0.0.0",
4   "summary": "Cauly SDK with helper.",
5   "homepage": "https://github.com/youknowone/CaulySDK",
6   "license": {
7     "type": "proprietary",
8     "text": "               Copyright (C) FuturestreamNetworks\n"
9   },
10   "authors": "FuturestreamNetworks",
11   "source": {
12     "git": "https://github.com/youknowone/CaulySDK.git",
13     "tag": "3.0.0.0"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": [
19     "*.{h,m}",
20     "library/*.h"
21   ],
22   "public_header_files": [
23     "*.h",
24     "library/*.h"
25   ],
26   "resources": "library/DefaultImages/*.png",
27   "preserve_paths": "library",
28   "frameworks": [
29     "CoreGraphics",
30     "QuartzCore",
31     "SystemConfiguration",
32     "MediaPlayer",
33     "MapKit",
34     "CoreLocation",
35     "CFNetwork",
36     "MessageUI",
37     "EventKit"
38   ],
39   "libraries": [
40     "z",
41     "CaulyAds"
42   ],
43   "xcconfig": {
44     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/CaulySDK/library"
45   },
46   "requires_arc": false