[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 2 / 1 / AMLeaksFinder / 1.2.0 / AMLeaksFinder.podspec.json
blob372b2877bbf0441a192f54534efd5a4190a8ee52
2   "name": "AMLeaksFinder",
3   "version": "1.2.0",
4   "summary": "A small tool for automatically detecting the [controller memory leak] in the project",
5   "homepage": "https://github.com/liangdahong/AMLeaksFinder",
6   "license": "MIT",
7   "authors": {
8     "梁大红": "ios@liangdahong.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/liangdahong/AMLeaksFinder.git",
15     "tag": "1.2.0"
16   },
17   "source_files": "Sources/**/*.{h,m}",
18   "resource_bundles": {
19     "AMLeaksFinder": [
20       "Sources/**/*.{xib,nib,storyboard,png}"
21     ]
22   },
23   "requires_arc": true