[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / a / b / 7 / Nestlean / 1.1.1 / Nestlean.podspec.json
blob4543b2eea9cd49cbaceacacd1edc55a1b9c127b7
2   "name": "Nestlean",
3   "version": "1.1.1",
4   "summary": "This SDK has been created to help iOS engineers to develop, distribute and test their apps",
5   "description": "Nestlean is a web based platform that covers the mobile app development lifecycle from Sandbox to Production",
6   "homepage": "https://nestlean.com",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Bulgakov": "alex@nestlean.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Nestlean/ios.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "*.h",
22   "public_header_files": "*.h",
23   "preserve_paths": "libNestlean.a",
24   "ios": {
25     "vendored_libraries": "libNestlean.a"
26   },
27   "libraries": "Nestlean",
28   "frameworks": [
29     "UIKit",
30     "CoreFoundation",
31     "CoreTelephony",
32     "CoreVideo",
33     "Security",
34     "CoreMedia",
35     "SystemConfiguration",
36     "CoreMotion",
37     "AVFoundation",
38     "CFNetwork",
39     "QuartzCore"
40   ],
41   "requires_arc": true,
42   "xcconfig": {
43     "OTHER_LDFLAGS": "-ObjC"
44   }