[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / a / 3 / Paczkomaty / 0.0.1 / Paczkomaty.podspec.json
blob261cea929ab460882c6706e3939d6dc160583987
2   "name": "Paczkomaty",
3   "version": "0.0.1",
4   "summary": "Parcel locker browser and component.",
5   "homepage": "https://github.com/mapedd/Paczkomaty",
6   "screenshots": "https://dl.dropboxusercontent.com/u/450887/paczkomaty.png",
7   "license": "MIT",
8   "authors": {
9     "Tomek Kuzma": "mapedd@sezamkowa.net",
10     "Creadhoc": "email@address.com"
11   },
12   "social_media_url": "http://twitter.com/mapedd",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/mapedd/Paczkomaty.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Paczkomaty/*.{h,m}",
21   "exclude_files": [
22     "Paczkomaty/main.m",
23     "Paczkomaty/TKAppDelegate*{h,m}"
24   ],
25   "resources": "Paczkomaty/Assets/*.png",
26   "frameworks": "MapKit",
27   "libraries": "sqlite3",
28   "requires_arc": true,
29   "dependencies": {
30     "UIView+TKGeometry": [
32     ],
33     "NSDate-TKExtensions": [
35     ],
36     "NSString+TextAndNumberValidation": [
38     ],
39     "AFNetworking": [
41     ],
42     "RaptureXML": [
44     ]
45   }