| { |
| "name": "GirdersSwift", |
| "version": "0.4.1", |
| "summary": "Girders for iOS, written in Swift.", |
| "homepage": "http://www.netcetera.com", |
| "authors": "Netcetera", |
| "description": "A library that reduces development time for iOS Swift applications.", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/netceteragroup/GirdersSwift.git", |
| "tag": "0.4.1" |
| }, |
| "requires_arc": true, |
| "swift_version": "4.1", |
| "module_name": "GirdersSwift", |
| "xcconfig": { |
| "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/GirdersSwift", |
| "SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "DEBUG" |
| }, |
| "user_target_xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/GirdersSwift/framework\"" |
| }, |
| "license": { |
| "type": "commercial", |
| "text": "\n The copyright to the computer program(s) herein is the property of\n Netcetera AG, Switzerland. The program(s) may be used and/or copied\n only with the written permission of Netcetera AG or in accordance\n with the terms and conditions stipulated in the agreement/contract\n under which the program(s) have been supplied.2\n " |
| }, |
| "source_files": "GirdersSwift/src/main/**/*.{swift}", |
| "dependencies": { |
| "SwiftyBeaver": [ |
| "1.5.2" |
| ], |
| "KeychainAccess": [ |
| "3.1.1" |
| ], |
| "PromiseKit": [ |
| "6.4.0" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "Security" |
| ], |
| "vendored_frameworks": "framework/GRSecurity.framework" |
| } |