blob: 6c8f0f37cfbaafbb612990a8323f2ec3efd64c65 [file] [log] [blame]
{
"name": "eosswift",
"version": "1.2",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"license": {
"type": "APACHE-2.0"
},
"homepage": "https://github.com/memtrip/eos-swift",
"authors": {
"Samuel Kirton": "sam@memtrip.com"
},
"summary": "EOS libraries for swift, designed primarily for iOS development.",
"source": {
"git": "https://github.com/memtrip/eos-swift.git",
"tag": "v1.2"
},
"source_files": "eosswift/**/*.{swift,h,c}",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/eosswift/eosswift/microecc/**",
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/eosswift/eosswift/"
},
"preserve_paths": "eosswift/microecc/module.modulemap",
"public_header_files": "eosswift/*.h",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BigInt": [
"~> 3.1.0"
]
}
}