[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 0 / ATLog / 0.0.1 / ATLog.podspec.json
blob4ad0517fe196dac7126450ef52c1ebde43cf0a5e
2   "name": "ATLog",
3   "version": "0.0.1",
4   "summary": "Log common structures without boring conversions. ATLog(@\"%@\",CGPointMake(1,1)); // No need for NSStringFromCGPoint.",
5   "homepage": "https://github.com/rabovik/ATLog",
6   "license": "MIT",
7   "authors": {
8     "Yan Rabovik": "yan@rabovik.ru"
9   },
10   "source": {
11     "git": "https://github.com/rabovik/ATLog.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": [
18     "ATLog",
19     "ATLog/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "requires_arc": true