blob: d512d3562978802d7cdbb1b01a2c7adc9e3ba934 [file] [log] [blame]
{
"name": "snapcard-sdk",
"version": "0.7.19",
"summary": "An sdk",
"description": "An sdk for snapcard",
"homepage": "https://github.com/snapcard/snapcard-sdk",
"license": "MIT",
"authors": {
"DTHENG": "fender5289@gmail.com"
},
"source": {
"git": "https://github.com/snapcard/snapcard-sdk.git",
"tag": "0.7.19"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"snapcard-sdk": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"DTObservable": [
"0.4.5"
]
}
}