[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / 4 / Tapdaq / 0.3.2 / Tapdaq.podspec.json
blobbd60a86eaf8e95c3c21aaa24d4b798c208a46600
2   "name": "Tapdaq",
3   "version": "0.3.2",
4   "summary": "Tapdaq - Community driven mobile advertising",
5   "description": "                   Tapdaq - Community driven mobile advertising for indie developers\n",
6   "homepage": "https://tapdaq.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tapdaq": "support@tapdaq.com"
13   },
14   "social_media_url": "http://twitter.com/tapdaq",
15   "platforms": {
16     "ios": "7.1"
17   },
18   "source": {
19     "git": "https://github.com/tapdaq/tapdaq-ios-sdk.git",
20     "tag": "0.3.2"
21   },
22   "source_files": [
23     "Tapdaq",
24     "Tapdaq/Libs/*",
25     "Tapdaq/*.{h,m}",
26     "Tapdaq/Libs/*/*.{h,m}"
27   ],
28   "public_header_files": [
29     "Tapdaq/Tapdaq.h",
30     "Tapdaq/TDConstant.h"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "QuartzCore",
36     "AdSupport",
37     "Security",
38     "SystemConfiguration",
39     "MobileCoreServices"
40   ],
41   "requires_arc": true,
42   "dependencies": {
43     "AFNetworking": [
44       "~> 2.5"
45     ]
46   }