blob: f2b807926f1ecd71a9b40a930f59b3e605c7e101 [file] [log] [blame]
{
"name": "pandaQ",
"version": "1.0.0",
"summary": "A marquee view used on iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/RookiePyl/pandaQ",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RiceWorm": "263945677@qq.com"
},
"source": {
"git": "https://github.com/RookiePyl/pandaQ.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "pandaQ/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}