blob: ac341acaa2244523ae4442bf9a86e34910d18a7c [file] [log] [blame]
{
"name": "GraphKit",
"version": "1.0.0",
"summary": "A lightweight library of animated charts for iOS.",
"homepage": "https://github.com/michalkonturek/GraphKit",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"social_media_url": "https://twitter.com/michalkonturek",
"source": {
"git": "https://github.com/michalkonturek/GraphKit.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FrameAccessor": [
"~> 1.3.2"
],
"MKFoundationKit/NSArray": [
"~> 1.2.2"
]
}
}