| { |
| "name": "PBService", |
| "version": "4.3.0", |
| "summary": "network service with protobuf for iOS development.", |
| "description": "network service with protobuf for FLK.Inc iOS Developers, such as GET/POST/PUT etc.", |
| "homepage": "https://github.com/iFindTA", |
| "license": "MIT (LICENSE)", |
| "authors": { |
| "nanhujiaju": "hujiaju@hzflk.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/iFindTA/PBNetservice.git", |
| "tag": "4.3.0" |
| }, |
| "source_files": [ |
| "PBNetService/Pod/PBService/*.{h,m}", |
| "PBNetService/Pod/Category/NSURLSessionTask/*.{h,m}" |
| ], |
| "public_header_files": [ |
| "PBNetService/Pod/PBService/*.h", |
| "PBNetService/Pod/Category/NSURLSessionTask/*.h" |
| ], |
| "resources": "PBNetService/Pod/Assets/*.*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "SystemConfiguration", |
| "CFNetwork", |
| "Security" |
| ], |
| "requires_arc": true, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include", |
| "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES", |
| "ONLY_ACTIVE_ARCH": "NO" |
| }, |
| "dependencies": { |
| "PBKits": [ |
| |
| ], |
| "AFNetworking": [ |
| |
| ], |
| "SVProgressHUD": [ |
| |
| ] |
| } |
| } |