blob: 261cea929ab460882c6706e3939d6dc160583987 [file] [log] [blame]
{
"name": "Paczkomaty",
"version": "0.0.1",
"summary": "Parcel locker browser and component.",
"homepage": "https://github.com/mapedd/Paczkomaty",
"screenshots": "https://dl.dropboxusercontent.com/u/450887/paczkomaty.png",
"license": "MIT",
"authors": {
"Tomek Kuzma": "mapedd@sezamkowa.net",
"Creadhoc": "email@address.com"
},
"social_media_url": "http://twitter.com/mapedd",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mapedd/Paczkomaty.git",
"tag": "0.0.1"
},
"source_files": "Paczkomaty/*.{h,m}",
"exclude_files": [
"Paczkomaty/main.m",
"Paczkomaty/TKAppDelegate*{h,m}"
],
"resources": "Paczkomaty/Assets/*.png",
"frameworks": "MapKit",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"UIView+TKGeometry": [
],
"NSDate-TKExtensions": [
],
"NSString+TextAndNumberValidation": [
],
"AFNetworking": [
],
"RaptureXML": [
]
}
}