blob: 9ee24536f5816caa1a1eec8929c80ebff72781c7 [file] [log] [blame]
{
"name": "snapcard-sdk",
"version": "0.2.5",
"summary": "An sdk",
"description": "\t\t\tAn sdk for snapcard\n",
"homepage": "https://github.com/DTHENG/snapcard-sdk",
"license": "MIT",
"authors": {
"DTHENG": "fender5289@gmail.com"
},
"source": {
"git": "https://github.com/DTHENG/snapcard-sdk.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"snapcard-sdk": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"STHTTPRequest": [
"1.0.2"
],
"DTObservable": [
"0.1.2"
]
}
}