blob: 605d7b51084f101287a1f9f4176d584bdc188426 [file] [log] [blame]
{
"name": "IpfsLiteApi",
"version": "0.1.3",
"summary": "A short description of IpfsLiteApi.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/textileio/ios-ipfs-lite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Sutula": "hi@asutula.com"
},
"source": {
"git": "https://github.com/textileio/ios-ipfs-lite.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IpfsLiteApi/Classes/**/*",
"static_framework": true,
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"grpc-ipfs-lite": [
"0.1.4"
],
"Protobuf": [
],
"gRPC-ProtoRPC": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}