blob: 12e686a1362062217a646347e31d1a9b81d3b927 [file] [log] [blame]
{
"name": "THLicense",
"version": "0.0.1",
"summary": "Validate licenses inside a framework",
"description": "These classes are supposed to be used inside your frameworks when you want to provide certain pro-features to customers that pay a license fee or limit the whole use od the framework to the simulator.\n",
"homepage": "https://github.com/hons82/THLicense",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Hannes Tribus": "hons82@gmail.com"
},
"source": {
"git": "https://github.com/hons82/THLicense.git",
"tag": "v0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"header_mappings_dir": "THLicense",
"subspecs": [
{
"name": "Core",
"source_files": "THLicense/*.{h,swift}",
"dependencies": {
"THLicense/Hashing": [
]
}
},
{
"name": "Hashing",
"source_files": "THLicense/Hashing/*.swift",
"resources": [
"CommonCrypto/*.map"
],
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/THLicense/CommonCrypto"
}
}
]
}