[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 7 / DDTAssertLog / 0.2.0 / DDTAssertLog.podspec.json
blob2bd748b26b8941e3857b1d04946240c3d8f85cec
2   "name": "DDTAssertLog",
3   "version": "0.2.0",
4   "summary": "Release logging of assertions.",
5   "description": "                       Find what assertions are firing with your release code.\n",
6   "homepage": "https://github.com/TheAppCoach/DDTAssertLog",
7   "license": "MIT",
8   "authors": {
9     "mcBontempi": "mcbontempi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/TheAppCoach/DDTAssertLog.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DDTAssertLog": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Parse": [
28     ]
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Parse/Parse.framework/Headers\""
32   }