[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 9 / e / 7 / PBService / 4.2.0 / PBService.podspec.json
blob25a51c75ce3c3d946cb093ae58bc15b135582088
2   "name": "PBService",
3   "version": "4.2.0",
4   "summary": "network service with protobuf for iOS development.",
5   "description": "network service with protobuf for FLK.Inc iOS Developers, such as GET/POST/PUT etc.",
6   "homepage": "https://github.com/iFindTA",
7   "license": "MIT (LICENSE)",
8   "authors": {
9     "nanhujiaju": "hujiaju@hzflk.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/iFindTA/PBNetservice.git",
16     "tag": "4.2.0"
17   },
18   "source_files": [
19     "PBNetService/Pod/PBService/*.{h,m}",
20     "PBNetService/Pod/Category/NSURLSessionTask/*.{h,m}"
21   ],
22   "public_header_files": [
23     "PBNetService/Pod/PBService/*.h",
24     "PBNetService/Pod/Category/NSURLSessionTask/*.h"
25   ],
26   "resources": "PBNetService/Pod/Assets/*.*",
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "SystemConfiguration",
31     "CFNetwork",
32     "Security"
33   ],
34   "requires_arc": true,
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include",
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
38     "ONLY_ACTIVE_ARCH": "NO"
39   },
40   "dependencies": {
41     "PBKits": [
43     ],
44     "AFNetworking": [
46     ],
47     "SVProgressHUD": [
49     ]
50   }