blob: 3f3bf8cdfcf0265d7c1b03b48473d0be281a1a04 [file] [log] [blame]
{
"name": "Cips",
"version": "0.1.0",
"summary": "iOS SDK for Cips Service.",
"description": "iOS SDK for Cips Service.",
"homepage": "https://github.com/ioscodigo/CIPS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iOS Team": "ios@codigo.id"
},
"source": {
"git": "https://github.com/ioscodigo/CIPS.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/\""
},
"source_files": "Cips/Core/Cips.{h,m}",
"public_header_files": "Cips/Core/Cips.h",
"subspecs": [
{
"name": "Core",
"source_files": "Cips/Core/**/*.{h,m}",
"public_header_files": "Cips/Core/*.h"
},
{
"name": "Qnock",
"dependencies": {
"Cips/Core": [
]
},
"source_files": "Cips/Qnock/**/*",
"private_header_files": [
"Cips/Qnock/Internal/*.h"
]
}
]
}